home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / darkmelt.swf / scripts / DefineButton2_148 / BUTTONCONDACTION on(release).as
Text File  |  2006-06-07  |  156b  |  11 lines

  1. on(release){
  2.    if(this._currentframe == 1)
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6.    else if(this._currentframe == 2)
  7.    {
  8.       gotoAndPlay(1);
  9.    }
  10. }
  11.